From: Jason Rumney Date: Sun, 16 Mar 2003 22:10:12 +0000 (+0000) Subject: Use HDC for Display. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~52969 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=f9aaed00d30b67d9a94e1ff86fb0bf2bcaa70985;p=emacs.git Use HDC for Display. --- diff --git a/src/w32gui.h b/src/w32gui.h index 2cca61eb5f9..775a97a443a 100644 --- a/src/w32gui.h +++ b/src/w32gui.h @@ -76,7 +76,7 @@ typedef XGCValues * GC; typedef COLORREF Color; typedef DWORD Time; typedef HWND Window; -typedef int Display; /* ++KFS: define here? */ +typedef HDC Display; /* HDC so it doesn't conflict with xpm lib. */ typedef HCURSOR Cursor; #define XChar2b wchar_t